Skip to content

Commit

Permalink
Merge pull request #81 from buggregator/hotfix/prod-builds
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
butschster committed Oct 24, 2023
2 parents 5f39b1a + fc1f6c6 commit aafff87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
platforms: linux/amd64,linux/arm64
file: ./docker/Dockerfile
push: true
build-args:
build-args: |
APP_VERSION=${{ steps.previoustag.outputs.tag }}
FRONTEND_IMAGE_TAG=dev
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
platforms: linux/amd64,linux/arm64
file: ./docker/Dockerfile
push: true
build-args:
build-args: |
APP_VERSION=${{ steps.previoustag.outputs.tag }}
FRONTEND_IMAGE_TAG=latest
tags:
Expand Down

0 comments on commit aafff87

Please sign in to comment.