Skip to content

Commit

Permalink
fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
numan947 committed Sep 20, 2024
1 parent 1888468 commit 1e789e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pipeline-backend.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Backend Pipeline

env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
on:
push:
branches:
Expand Down Expand Up @@ -109,7 +110,7 @@ jobs:
file: docker/backend/Dockerfile
push: true
platforms: linux/amd64
tags: ${{ secrets.DOCKERHUB_USERNAME }}/rent-a-tool-backend:${{ steps.extract_version.outputs.VERSION }},${{ secrets.DOCKERHUB_USERNAME }}/rent-a-tool-backend:latest
tags: $DOCKERHUB_USERNAME/rent-a-tool-backend:${{ steps.extract_version.outputs.VERSION }},$DOCKERHUB_USERNAME/rent-a-tool-backend:latest
build-args: |
PROFILE=dev
APP_VERSION=${{ steps.extract_version.outputs.VERSION }}

0 comments on commit 1e789e7

Please sign in to comment.