Skip to content

Commit

Permalink
ci: Fix typo in metadata action
Browse files Browse the repository at this point in the history
  • Loading branch information
garberg committed Jun 14, 2024
1 parent cf6064e commit c2e74ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:

- name: "nipapd metadata"
id: nipapd_meta
uses: docker/metadata-actio@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.NIPAPD_IMAGE }}
tags: |
Expand All @@ -211,7 +211,7 @@ jobs:

- name: "www metadata"
id: www_meta
uses: docker/metadata-actio@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.WWW_IMAGE }}
tags: |
Expand Down

0 comments on commit c2e74ad

Please sign in to comment.