Skip to content

Commit

Permalink
Change skaffold tag build
Browse files Browse the repository at this point in the history
  • Loading branch information
J3imip committed Dec 23, 2024
1 parent 70f1ad5 commit bee6d72
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ jobs:
- name: Log in to registry
# This is where you will update the personal access token to GITHUB_TOKEN
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin

- name: Run echo
run: |
docker version
echo $GITHUB_REPOSITORY
echo $GITHUB_SHA

- name: Cache layers
uses: actions/cache@v3
with:
Expand All @@ -42,5 +36,5 @@ jobs:
uses: hiberbee/github-action-skaffold@latest
id: build
with:
command: build --tag ${{ github.sha }}
command: build --tag ${{ github.ref_name }}
repository: ghcr.io/${{ github.repository_owner }}

0 comments on commit bee6d72

Please sign in to comment.