Skip to content

Commit

Permalink
upgrade docker build and push
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Bernick committed Jul 26, 2024
1 parent 81ead99 commit 361f841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Release Please Action
id: release
uses: google-github-actions/release-please-action@v4
uses: googleapis/release-please-action@v4
with:
release-type: simple
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -57,7 +57,7 @@ jobs:
fi
- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 361f841

Please sign in to comment.