Skip to content

Commit

Permalink
Fix docker push.
Browse files Browse the repository at this point in the history
  • Loading branch information
Presti committed Apr 28, 2024
1 parent 458539a commit 7c9dc38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

frontend:
name: Build and push Frontend image
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down

0 comments on commit 7c9dc38

Please sign in to comment.