Skip to content

Commit

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

Bump docker/build-push-action from 3 to 4
  • Loading branch information
jimmylevell authored Oct 15, 2023
2 parents 4e8e3b2 + 67b05e6 commit e19484f
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@v3
uses: docker/build-push-action@v4
with:
context: ./
load: true
tags: |
ghcr.io/scout-ch/thilo/thilo_frontend:latest
- name: Push docker container
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
context: ./
Expand Down

0 comments on commit e19484f

Please sign in to comment.