Skip to content

Commit

Permalink
chore: Fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-sareno committed Oct 30, 2023
1 parent 91fa54b commit 07abe82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
with:
username: devsareno
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Create short SHA
run: SHA="${{ github.sha }}" && export SHORT_SHA="${SHA::7}"
- name: Build and push
uses: docker/build-push-action@v3
with:
push: true
tags: devsareno/jenkins-extended:latest,devsareno/jenkins-extended:$SHORT_SHA
tags: devsareno/jenkins-extended:latest,devsareno/jenkins-extended:${{ github.sha }}

0 comments on commit 07abe82

Please sign in to comment.