Create Docker tag 'latest_release' (#2374)
Docker images created during release process will have extra tag 'latest_release'. This closes #2373.
This commit is contained in:
parent
756177a617
commit
4622e4cb82
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
@ -40,5 +40,14 @@ jobs:
|
||||
push: true
|
||||
tags: pyfound/black:latest,pyfound/black:${{ env.GIT_TAG }}
|
||||
|
||||
- name: Build and push latest_release tag
|
||||
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: pyfound/black:latest_release
|
||||
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||
|
Loading…
Reference in New Issue
Block a user