Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Feb 15, 2024
1 parent 9f4c0f5 commit 316a632
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
uses: actions/checkout@main

- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v1
uses: docker/login-action@latest
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}

- name: 'Build Inventory Image'
run: |
docker build . --tag ghcr.io/RetireJS/retire-scanner:latest
docker push ghcr.io/RetireJS/retire-scanner:latest
docker build . --tag ghcr.io/retirejs/retire-scanner:latest
docker push ghcr.io/retirejs/retire-scanner:latest

0 comments on commit 316a632

Please sign in to comment.