Skip to content

Commit

Permalink
Merge pull request #43 from khaneliman/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/metadata-action-3.6.0

Bump docker/metadata-action from 3.3.0 to 3.6.0
  • Loading branch information
khaneliman authored Nov 8, 2021
2 parents cf70907 + a8240d1 commit 2fd72b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-webapp-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: docker/metadata-action@548e2346a9987b56d8a4104fe776321ff8e23440
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: docker/metadata-action@548e2346a9987b56d8a4104fe776321ff8e23440
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 2fd72b6

Please sign in to comment.