Skip to content

Commit

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

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
jimmylevell authored Jul 30, 2024
2 parents 0c42c6a + 3eadd47 commit 6f4aa77
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/thilo_frontend: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 6f4aa77

Please sign in to comment.