Add short sha env
This commit is contained in:
parent
490b465936
commit
ed3ea0e62c
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@ -127,8 +127,8 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Checkout dependencies
|
||||
uses: ./.github/actions/deps-setup
|
||||
- name: Test
|
||||
run: make docker-build
|
||||
- name: Build image
|
||||
run: make docker-build-notest
|
||||
|
||||
release:
|
||||
if: github.ref_type == 'tag'
|
||||
@ -149,6 +149,10 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
- name: Set short SHA
|
||||
shell: bash
|
||||
run: |
|
||||
echo "DOCKER_SHORT_TAG=${${{ github.sha }}:0:7}" >> $GITHUB_ENV
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user