Skip to content

Commit

Permalink
feat: changing tag for built image
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumbiceq committed Jan 30, 2024
1 parent 8e2d818 commit a573925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ghcr.io/lablabs/bottlerocket-registry-auth-helper
# generate Docker tags based on the following events/attributes
tags: |
type=raw,value=${{ github.ref }}
type=raw,value=${{ GITHUB_REF_NAME }}
- name: Build image and push to GitHub Container Registry
uses: docker/build-push-action@v3
Expand Down

0 comments on commit a573925

Please sign in to comment.