Skip to content

Commit 257017a

Browse files
authored
Merge pull request #144 from BrammyS/dependabot/github_actions/actions-deps-1590fac0fc
Bump the actions-deps group with 5 updates
2 parents c38670c + efcd7ab commit 257017a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish_images.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
uses: actions/checkout@v6
2727

2828
- name: Set up QEMU
29-
uses: docker/setup-qemu-action@v3
29+
uses: docker/setup-qemu-action@v4
3030
with:
3131
platforms: arm64
3232

3333
- name: Set up Docker Buildx
34-
uses: docker/setup-buildx-action@v3
34+
uses: docker/setup-buildx-action@v4
3535

3636
- name: Scrape latest download info
3737
id: scrape
@@ -57,13 +57,13 @@ jobs:
5757
echo "build=$build" >> "$GITHUB_OUTPUT"
5858
5959
- name: Log in to Docker Hub
60-
uses: docker/login-action@v3
60+
uses: docker/login-action@v4
6161
with:
6262
username: ${{ secrets.DOCKER_USERNAME }}
6363
password: ${{ secrets.DOCKER_PASSWORD }}
6464

6565
- name: Log in to GitHub Container Registry
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
registry: ghcr.io
6969
username: ${{ github.actor }}
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Docker meta
9595
id: meta
96-
uses: docker/metadata-action@v5
96+
uses: docker/metadata-action@v6
9797
if: steps.check.outputs.should_build == 'true'
9898
with:
9999
images: |
@@ -105,7 +105,7 @@ jobs:
105105
type=raw,value=${{ steps.scrape.outputs.version }}-${{ steps.scrape.outputs.build }}
106106
107107
- name: Build and push images (Docker Hub + GHCR)
108-
uses: docker/build-push-action@v6
108+
uses: docker/build-push-action@v7
109109
if: steps.check.outputs.should_build == 'true'
110110
with:
111111
push: true

0 commit comments

Comments
 (0)