We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009e7df commit 2b39e94Copy full SHA for 2b39e94
.github/workflows/buildx-ci.yml
@@ -29,7 +29,7 @@ jobs:
29
username: ${{ secrets.DOCKERHUB_USERNAME }}
30
password: ${{ secrets.DOCKERHUB_TOKEN }}
31
- name: Build and export to Docker
32
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
+ uses: docker/build-push-action@84ad562665bb303b549fec655d1b64f9945f3f91
33
with:
34
context: .
35
load: true
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
docker run --rm ${{ env.TESTING_TAG }}
40
- name: Build and push
41
42
43
44
platforms: linux/amd64,linux/arm64
0 commit comments