Skip to content

Commit c4220c1

Browse files
authored
Merge pull request #8 from Robotic-Decision-Making-Lab/dependabot/github_actions/docker/metadata-action-5.6.1
Bump docker/metadata-action from 5.5.1 to 5.6.1
2 parents b89e881 + db7c095 commit c4220c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Extract Docker metadata
3939
if: env.PUSH == 'true'
4040
id: meta
41-
uses: docker/metadata-action@v5.5.1
41+
uses: docker/metadata-action@v5.6.1
4242
with:
4343
images: ghcr.io/${{ github.repository }}
4444
tags: |
@@ -79,7 +79,7 @@ jobs:
7979
- name: Extract Docker metadata
8080
if: env.PUSH == 'true'
8181
id: meta
82-
uses: docker/metadata-action@v5.5.1
82+
uses: docker/metadata-action@v5.6.1
8383
with:
8484
images: ghcr.io/${{ github.repository }}
8585
tags: |

0 commit comments

Comments
 (0)