Skip to content

Commit

Permalink
update metadata action
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Nov 16, 2023
1 parent 2fd7ed6 commit 9554fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish Docker images
on:
push:
tags:
- '*'
branches:
- 'main'

jobs:
push_to_registry:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down

0 comments on commit 9554fb0

Please sign in to comment.