Skip to content

Commit d71e4ac

Browse files
authored
Merge pull request #41 from webdevops/dependabot/github_actions/all-github-actions-1590fac0fc
Bump the all-github-actions group with 5 updates
2 parents c6b55bc + aab5f89 commit d71e4ac

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-docker.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Docker meta
6767
id: docker_meta
68-
uses: docker/metadata-action@v5
68+
uses: docker/metadata-action@v6
6969
with:
7070
images: |
7171
${{ github.repository }}
@@ -77,28 +77,28 @@ jobs:
7777
suffix=${{ matrix.suffix }}
7878
7979
- name: Set up QEMU
80-
uses: docker/setup-qemu-action@v3
80+
uses: docker/setup-qemu-action@v4
8181

8282
- name: Set up Docker Buildx
83-
uses: docker/setup-buildx-action@v3
83+
uses: docker/setup-buildx-action@v4
8484

8585
- name: Login to DockerHub
86-
uses: docker/login-action@v3
86+
uses: docker/login-action@v4
8787
if: ${{ inputs.publish }}
8888
with:
8989
username: ${{ secrets.DOCKERHUB_USERNAME }}
9090
password: ${{ secrets.DOCKERHUB_TOKEN }}
9191

9292
- name: Login to Quay
93-
uses: docker/login-action@v3
93+
uses: docker/login-action@v4
9494
if: ${{ inputs.publish }}
9595
with:
9696
registry: quay.io
9797
username: ${{ secrets.QUAY_USERNAME }}
9898
password: ${{ secrets.QUAY_TOKEN }}
9999

100100
- name: ${{ inputs.publish && 'Build and push' || 'Build' }}
101-
uses: docker/build-push-action@v6
101+
uses: docker/build-push-action@v7
102102
with:
103103
context: .
104104
file: ./${{ matrix.Dockerfile }}

0 commit comments

Comments
 (0)