Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 28, 2024
1 parent fea30cf commit e519459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
latest=false
- name: Build and push Docker image to ghcr.io
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: pushghcr
with:
context: .
Expand All @@ -61,7 +61,7 @@ jobs:
latest=false
- name: Build and push Docker image to Dockerhub
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: pushdockerhub
with:
context: .
Expand Down

0 comments on commit e519459

Please sign in to comment.