Skip to content

Commit

Permalink
Updated auto build step
Browse files Browse the repository at this point in the history
  • Loading branch information
scadaguru committed Jan 13, 2024
1 parent bcc524a commit 6105dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- name: Build and push Docker image
run: |
docker login --username scadaguru --password ${{ secrets.GHCR_TOKEN }} ghcr.io
docker build . -t ghcr.io/scadaguru/test-auto-docker-build:v0.0.1
docker push ghcr.io/scadaguru/test-auto-docker-build:v0.0.1
docker build . -t ghcr.io/scadaguru/test-auto-docker-build:${{ github.ref }} -t ghcr.io/scadaguru/test-auto-docker-build
docker push ghcr.io/scadaguru/test-auto-docker-build

0 comments on commit 6105dc6

Please sign in to comment.