Commit a880db9 1 parent 695cbc4 commit a880db9 Copy full SHA for a880db9
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 64
64
if : github.ref == 'refs/heads/master'
65
65
with :
66
66
github-token : ${{ steps.token.outputs.token }}
67
- message : " chore: Set docker tag for master [skip- ci]"
67
+ message : " chore: Set docker tag for master [skip ci]"
68
68
69
69
docker-build :
70
70
name : Build & publish Docker images
Original file line number Diff line number Diff line change 84
84
INPUT_WORKING_DIRECTORY : ${{ inputs.working_directory }}
85
85
INPUT_DISABLE_TELEMETRY : ${{ inputs.disable_telemetry }}
86
86
INPUT_DISABLE_SAFE_DIRECTORY : ${{ inputs.disable_safe_directory }}
87
- uses : docker://ghcr.io/getsentry/action-release-image:master
87
+ uses : docker://ghcr.io/getsentry/action-release-image:ab-skip-ci
88
88
89
89
# For actions running on macos or windows runners, we use a composite
90
90
# action approach which allows us to install the arch specific sentry-cli
You can’t perform that action at this time.
0 commit comments