-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker/metadata-action action to v3.6.2 (#23)
* Update docker/metadata-action action to v3.6.2 * changelog Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Karl-Johan Grahn <[email protected]>
- Loading branch information
1 parent
238d31d
commit db6fe97
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
# Extract metadata for Docker for subsequent registry push | ||
- name: Extract Docker metadata | ||
id: meta | ||
uses: docker/[email protected].1 | ||
uses: docker/[email protected].2 | ||
with: | ||
images: ${{env.REGISTRY}}/${{env.IMAGE_NAME}} | ||
tags: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters