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.
2 parents 196ebbd + 89a6eeb commit c96095bCopy full SHA for c96095b
1 file changed
.github/workflows/docker-image.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
22
uses: actions/checkout@v7.0.0
23
- name: Set up QEMU
24
- uses: docker/setup-qemu-action@v4.1.0
+ uses: docker/setup-qemu-action@v4.2.0
25
- name: Set up Docker Buildx
26
uses: docker/setup-buildx-action@v4.1.0
27
- name: Login to DockerHub
@@ -30,7 +30,7 @@ jobs:
30
username: ${{secrets.DOCKER_HUB_USERNAME}}
31
password: ${{secrets.DOCKER_HUB_PASSWORD}}
32
- name: Build and Push to DockerHub
33
- uses: docker/build-push-action@v7.2.0
+ uses: docker/build-push-action@v7.3.0
34
with:
35
context: .
36
push: true
0 commit comments