Skip to content

Commit 520afaf

Browse files
author
mike dupont
committed
image
1 parent 854e374 commit 520afaf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/image.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717

1818
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
1919
jobs:
20+
2021
build-and-push-image:
2122
runs-on: ubuntu-latest
2223
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
@@ -27,7 +28,11 @@ jobs:
2728
id-token: write
2829
#
2930
steps:
30-
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
3136
# first we login
3237
- name: Login to Docker Hub
3338
uses: meta-introspector/login-action@v3

0 commit comments

Comments
 (0)