We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756177a commit 4622e4cCopy full SHA for 4622e4c
.github/workflows/docker.yml
@@ -40,5 +40,14 @@ jobs:
40
push: true
41
tags: pyfound/black:latest,pyfound/black:${{ env.GIT_TAG }}
42
43
+ - name: Build and push latest_release tag
44
+ if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
45
+ uses: docker/build-push-action@v2
46
+ with:
47
+ context: .
48
+ platforms: linux/amd64,linux/arm64
49
+ push: true
50
+ tags: pyfound/black:latest_release
51
+
52
- name: Image digest
53
run: echo ${{ steps.docker_build.outputs.digest }}
0 commit comments