Skip to content

Commit

Permalink
update docker/metadata-action to v5
Browse files Browse the repository at this point in the history
Major version was about switching to node20 runtime
  • Loading branch information
toy committed Jul 8, 2024
1 parent 494b49b commit f1845fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
context: git
labels: |
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
labels: |
Expand Down

0 comments on commit f1845fe

Please sign in to comment.