Skip to content

Commit

Permalink
Merge pull request #148 from arillso/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/metadata-action-5

fix(deps): bump docker/metadata-action from 4 to 5
  • Loading branch information
sbaerlocher authored Nov 1, 2023
2 parents 86e757c + 53d5f4e commit 1c579a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/arillso/ansible
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/arillso/ansible
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).
### Changed

- fix(deps): bump docker/login-action from 2 to 3
- fix(deps): bump docker/metadata-action from 4 to 5

## master 08.10.2023

Expand Down

0 comments on commit 1c579a3

Please sign in to comment.