Skip to content

Commit

Permalink
[f3d5d2a] New Docker Trigger Action release
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch1009 committed Sep 9, 2024
1 parent f3d5d2a commit c04e496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ runs:
type=raw,value=${{ inputs.release_version }}
type=raw,value=latest
type=raw,value=${{ steps.extract_sha.outputs.sha }}
type=raw,value=${{ inputs.release_sha }}-mod
type=raw,value=$(git rev-parse --short HEAD)-latest
type=raw,value=${{ inputs.release_sha }}
labels: |
maintainer=${{ inputs.docker_image_vendor }}
org.opencontainers.image.vendor=${{ inputs.docker_image_vendor }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mitch1009/docker-trigger",
"version": "1.0.16",
"version": "1.0.17",
"description": "docker trigger action",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c04e496

Please sign in to comment.