Skip to content

Commit b6e47fc

Browse files
committed
update Github actions
1 parent 5f65893 commit b6e47fc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Set up QEMU
21-
uses: docker/setup-qemu-action@v3
21+
uses: docker/setup-qemu-action@v4
2222

2323
- name: Set up Docker Buildx
24-
uses: docker/setup-buildx-action@v3
24+
uses: docker/setup-buildx-action@v4
2525

2626
# Login against a Docker registry except on PR
2727
# https://github.com/docker/login-action
2828
- name: Log in to GitHub container registry
2929
if: github.event_name != 'pull_request'
30-
uses: docker/login-action@v3
30+
uses: docker/login-action@v4
3131
with:
3232
registry: ghcr.io
3333
username: ${{ github.actor }}
@@ -36,7 +36,7 @@ jobs:
3636
# Login against DockerHub registry except on PR
3737
- name: Log in to DockerHub container registry
3838
if: github.event_name != 'pull_request'
39-
uses: docker/login-action@v3
39+
uses: docker/login-action@v4
4040
with:
4141
username: vifebot
4242
password: ${{ secrets.VIFEBOT_DOCKERHUB_TOKEN }}
@@ -45,7 +45,7 @@ jobs:
4545
# https://github.com/docker/metadata-action
4646
- name: Extract Docker metadata
4747
id: meta
48-
uses: docker/metadata-action@v5
48+
uses: docker/metadata-action@v6
4949
with:
5050
images: |
5151
ghcr.io/edirom/odd-api
@@ -56,7 +56,7 @@ jobs:
5656
# Build and push Docker image with Buildx (don't push on PR)
5757
# https://github.com/docker/build-push-action
5858
- name: Build and push Docker image
59-
uses: docker/build-push-action@v6
59+
uses: docker/build-push-action@v7
6060
with:
6161
context: .
6262
platforms: |
@@ -81,4 +81,4 @@ jobs:
8181
dry-run: false
8282
validate: true
8383
older-than: 2 weeks
84-
token: ${{ secrets.GITHUB_TOKEN }}
84+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)