We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458539a commit 7c9dc38Copy full SHA for 7c9dc38
1 file changed
.github/workflows/dockerPush.yml
@@ -41,12 +41,12 @@ jobs:
41
push: true
42
tags: ${{ steps.meta.outputs.tags }}
43
labels: ${{ steps.meta.outputs.labels }}
44
-
45
frontend:
46
name: Build and push Frontend image
+ runs-on: ubuntu-latest
47
+ steps:
48
- name: Check out the repo
49
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
50
- name: Set up QEMU
51
uses: docker/setup-qemu-action@v2
52
0 commit comments