We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854e374 commit 520afafCopy full SHA for 520afaf
.github/workflows/image.yaml
@@ -17,6 +17,7 @@ env:
17
18
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
19
jobs:
20
+
21
build-and-push-image:
22
runs-on: ubuntu-latest
23
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
@@ -27,7 +28,11 @@ jobs:
27
28
id-token: write
29
#
30
steps:
-
31
+ - name: Set up Docker Buildx
32
+ uses: meta-introspector/setup-buildx-action@v3.8.0
33
+ #docker-container
34
+ install: true
35
+ platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
36
# first we login
37
- name: Login to Docker Hub
38
uses: meta-introspector/login-action@v3
0 commit comments