Skip to content

Commit

Permalink
Revert "Merge pull request #247 from scout-ch/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/docker/build-push-action-6"

This reverts commit 6f4aa77, reversing
changes made to 0c42c6a.
  • Loading branch information
bodobraegger committed Nov 13, 2024
1 parent 84f9be9 commit f0fb3eb
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@v6
uses: docker/build-push-action@v5
with:
context: ./
load: true
tags: |
ghcr.io/scout-ch/thilo/thilo_frontend:latest
- name: Push docker container
uses: docker/build-push-action@v6
uses: docker/build-push-action@v5
with:
push: true
context: ./
Expand Down

0 comments on commit f0fb3eb

Please sign in to comment.