Skip to content

Commit 1faae0a

Browse files
committed
Use 4.3.0+ prefix for Docker image tag
1 parent da10f30 commit 1faae0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oci-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
default: false
2828
env:
2929
REGISTRY_IMAGE: pivotalrabbitmq/rabbitmq
30-
VERSION: 4.2.0+${{ github.sha }}
30+
VERSION: 4.3.0+${{ github.sha }}
3131
concurrency:
3232
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
3333
cancel-in-progress: true

0 commit comments

Comments
 (0)