Skip to content

Commit

Permalink
chore: Update Dockerfile to include latest tags for restheart images
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Aug 28, 2024
1 parent 92ea8be commit 944d4e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
push: true # push all images built
pull: true # pull all required images before building
tags: softinstigate/restheart:8.0,softinstigate/restheart:${{steps.vars.outputs.VERSION}}
tags: softinstigate/restheart:latest,softinstigate/restheart:8.0,softinstigate/restheart:${{steps.vars.outputs.VERSION}}

- name: Build and Push GraalVM Docker image
if: ${{ matrix.deploy }}
Expand All @@ -80,7 +80,7 @@ jobs:
file: ./core/Dockerfile.graalvm
push: true # push all images built
pull: true # pull all required images before building
tags: softinstigate/restheart:${{steps.vars.outputs.VERSION}}-graalvm
tags: softinstigate/restheart:latest-graalvm,softinstigate/restheart:${{steps.vars.outputs.VERSION}}-graalvm

- name: Build and Push distroless docker image
if: ${{ matrix.deploy }}
Expand All @@ -90,7 +90,7 @@ jobs:
file: ./core/Dockerfile.distroless
push: true # push all images built
pull: true # pull all required images before building
tags: softinstigate/restheart:${{steps.vars.outputs.VERSION}}-distroless
tags: softinstigate/restheart:latest-distroless,softinstigate/restheart:${{steps.vars.outputs.VERSION}}-distroless

- name: Upload GitHub release
if: ${{ matrix.deploy }}
Expand Down

0 comments on commit 944d4e3

Please sign in to comment.