Skip to content

Commit

Permalink
Fix maintenance build command
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade committed Feb 1, 2022
1 parent 8d05b2f commit da78095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build the Docker image
run: docker build . --file deployment/Dockerfile --tag docker.pkg.github.com/savage-aim/app/frontend:latest -t docker.pkg.github.com/savage-aim/app/frontend:$(echo "$GITHUB_REF" | sed 's/refs\/tags\///')
- name: Build maintenance image
run: docker build . --file deployment/Dockerfile --build_arg VUE_APP_MAINTENANCE="1" --tag docker.pkg.github.com/savage-aim/app/frontend:maint
run: docker build . --file deployment/Dockerfile --build-arg VUE_APP_MAINTENANCE="1" --tag docker.pkg.github.com/savage-aim/app/frontend:maint
- name: Login to GitHub Docker Registry
run: docker login docker.pkg.github.com -u freyamade -p ${{ secrets.GITHUB_TOKEN }}
- name: Push the Docker image
Expand Down

0 comments on commit da78095

Please sign in to comment.