Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
spectrapulse authored Aug 25, 2024
1 parent e553217 commit 62427e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest
type=raw,value=${{ steps.release-meta.outputs.version }}
type=raw,value=${{ steps.release-meta.outputs.version }}-${{ steps.release-meta.outputs.commit_short }}
type=raw,value=${{ steps.repo-meta.outputs.version }}
type=raw,value=${{ steps.repo-meta.outputs.version }}-${{ steps.repo-meta.outputs.commit_short }}
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 62427e7

Please sign in to comment.