Skip to content

Commit

Permalink
[misc] Bump docker/build-push-action from 4 to 5 (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 18, 2023
1 parent 0b12e39 commit 7ba299f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
load: true
Expand All @@ -36,13 +36,13 @@ jobs:
VERSION=v$(docker run -t repobee/repobee:test repobee --version)
echo "::set-output name=version::$VERSION"
- name: Build and push latest
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: repobee/repobee:latest
- name: Build and push release
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: ${{ github.event_name == 'release' }}
with:
context: .
Expand Down

0 comments on commit 7ba299f

Please sign in to comment.