Skip to content

Commit

Permalink
Merge pull request #13 from scout-ch/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6

Build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
jimmylevell authored Jun 17, 2024
2 parents bbfc903 + 42acf81 commit f04d82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build docker container
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
load: true
tags: |
ghcr.io/scout-ch/thilo-shortener/thilo_shortener:latest
- name: Push docker container
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
context: ./
Expand Down

0 comments on commit f04d82a

Please sign in to comment.