Skip to content

Commit

Permalink
Fix version for docker/metadata action in CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
speelbarrow committed May 15, 2023
1 parent 89e0fac commit e975b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
restore-keys: buildx-cache-
- name: Generate image tags
id: tags
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ghcr.io/noah-friedman/amadeus
flavor: latest=true
Expand Down

0 comments on commit e975b21

Please sign in to comment.