Skip to content

Commit

Permalink
fix: add SHA tag to Docker metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 committed Jun 25, 2024
1 parent 02ca590 commit e619766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
tags: |
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
type=raw,value=edge,enable=${{ github.ref == 'refs/heads/dev' }}
type=sha
- name: Build and push Docker image
id: build-and-push
Expand Down

0 comments on commit e619766

Please sign in to comment.