Skip to content

Commit

Permalink
update to v5 build-push
Browse files Browse the repository at this point in the history
  • Loading branch information
gal authored Jan 24, 2024
1 parent f0ffac8 commit 67e918a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
logout: false
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -61,7 +60,7 @@ jobs:
# target: dev

- name: Build and push prod image
uses: docker/build-push-action@v2.7.0
uses: docker/build-push-action@v5
with:
push: true
context: .
Expand Down

0 comments on commit 67e918a

Please sign in to comment.