Skip to content

Commit

Permalink
Update build-containerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggerboy authored Oct 24, 2022
1 parent 447f90d commit 60ab1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-containerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: build
run: docker build . --file Containerfile --tag ${{ secrets.DOCKER_ORG }}/static_server:${{ steps.vars.outputs.tag }} --tag ${{ secrets.DOCKER_USERNAME }}/static_server:latest
run: docker build . --file Containerfile --tag ${{ secrets.DOCKER_ORG }}/dkr-firefox:${{ steps.vars.outputs.tag }} --tag ${{ secrets.DOCKER_USERNAME }}/dkr-firefox:latest

- name: push
run: docker image push --all-tags ${{ secrets.DOCKER_ORG }}/static_server
run: docker image push --all-tags ${{ secrets.DOCKER_ORG }}/dkr-firefox

0 comments on commit 60ab1e6

Please sign in to comment.