Skip to content

Commit

Permalink
Merge pull request #2656 from TandoorRecipes/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/metadata-action-5

Bump docker/metadata-action from 4 to 5
  • Loading branch information
vabene1111 authored Oct 5, 2023
2 parents 019825b + 9377e20 commit 2c8e029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-open-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
password: ${{ github.token }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
vabene1111/recipes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
password: ${{ github.token }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
vabene1111/recipes
Expand Down

0 comments on commit 2c8e029

Please sign in to comment.