Skip to content

Commit 7c9dc38

Browse files
author
Presti
committed
Fix docker push.
1 parent 458539a commit 7c9dc38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dockerPush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
push: true
4242
tags: ${{ steps.meta.outputs.tags }}
4343
labels: ${{ steps.meta.outputs.labels }}
44-
4544
frontend:
4645
name: Build and push Frontend image
46+
runs-on: ubuntu-latest
47+
steps:
4748
- name: Check out the repo
4849
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
49-
5050
- name: Set up QEMU
5151
uses: docker/setup-qemu-action@v2
5252

0 commit comments

Comments
 (0)