Skip to content

Commit 044934b

Browse files
authored
Merge pull request #1 from Robotic-Decision-Making-Lab/dependabot/github_actions/docker/metadata-action-5.5.1
Bump docker/metadata-action from 5.5.0 to 5.5.1
2 parents 103a429 + 4ec3a97 commit 044934b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 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.0
41+
uses: docker/metadata-action@v5.5.1
4242
with:
4343
images: ghcr.io/${{ github.repository }}
4444
tags: |
@@ -85,7 +85,7 @@ jobs:
8585
- name: Extract Docker metadata
8686
if: env.PUSH == 'true'
8787
id: meta
88-
uses: docker/metadata-action@v5.5.0
88+
uses: docker/metadata-action@v5.5.1
8989
with:
9090
images: ghcr.io/${{ github.repository }}
9191
tags: |
@@ -127,7 +127,7 @@ jobs:
127127
- name: Extract Docker metadata
128128
if: env.PUSH == 'true'
129129
id: meta
130-
uses: docker/metadata-action@v5.5.0
130+
uses: docker/metadata-action@v5.5.1
131131
with:
132132
images: ghcr.io/${{ github.repository }}
133133
tags: |
@@ -168,7 +168,7 @@ jobs:
168168
- name: Extract Docker metadata
169169
if: env.PUSH == 'true'
170170
id: meta
171-
uses: docker/metadata-action@v5.5.0
171+
uses: docker/metadata-action@v5.5.1
172172
with:
173173
images: ghcr.io/${{ github.repository }}
174174
tags: |

0 commit comments

Comments
 (0)