Skip to content

Commit

Permalink
chore: change context value (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryET committed Aug 1, 2023
1 parent cbf55e8 commit 3680820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
flavor: |
latest=auto
tags: |
type=raw,value=${{ github.ref_name }},suffix=${{ steps.suffix.outputs.suffix }}
type=raw,value=${{ github.sha }},suffix=${{ steps.suffix.outputs.suffix }}
# Setup Buildkit
- name: Set up Docker Buildx
Expand All @@ -82,4 +82,4 @@ jobs:
# call the cd.yml file with image tag as the commit hash
uses: ./.github/workflows/cd.yml
with:
image_tag: ${{ github.ref_name }}
image_tag: ${{ github.sha }}

0 comments on commit 3680820

Please sign in to comment.