Skip to content

Commit

Permalink
Add comments in branch.yml [skip ci]
Browse files Browse the repository at this point in the history
snapshot images must be tagged with "latest" in master branch only
  • Loading branch information
mkjsix committed Jun 8, 2024
1 parent d3fe4d6 commit 26afed5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7
push: true # push all images built
pull: true # pull all required images before building
# NOTE: snapshot images must be tagged with "latest" in master branch only
tags: softinstigate/restheart-snapshot:${{steps.vars.outputs.SHA}}

- name: Build and Push GraalVM Docker image
Expand All @@ -84,6 +85,7 @@ jobs:
file: ./core/Dockerfile.graalvm
push: true # push all images built
pull: true # pull all required images before building
# NOTE: snapshot images must be tagged with "graalvm" in master branch only
tags: softinstigate/restheart-snapshot:${{steps.vars.outputs.SHA}}-graalvm

- name: Build and Push distroless docker image
Expand All @@ -94,6 +96,7 @@ jobs:
file: ./core/Dockerfile.distroless
push: true # push all images built
pull: true # pull all required images before building
# NOTE: snapshot images must be tagged with "distroless" in master branch only
tags: softinstigate/restheart-snapshot:${{steps.vars.outputs.SHA}}-distroless

- name: Import private gpg key
Expand Down

0 comments on commit 26afed5

Please sign in to comment.