Skip to content

Commit

Permalink
fix: image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod authored and GrapeBaBa committed Dec 18, 2023
1 parent 6728407 commit 16673cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

push_native_image_to_github:
name: Push Docker image to Github
name: Push Docker Native image to Github
runs-on: ubuntu-latest
permissions: write-all
steps:
Expand All @@ -234,11 +234,11 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
flavor: |
suffix=-native,onlatest=true
images: ${{ env.REGISTRY }}/${{ github.repository }}
tags: |
type=semver,pattern={{raw}}-native
type=raw,value=latest,enable=false
type=raw,value=latest-native
type=semver,pattern={{raw}}
- name: Build and push graalvm native Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 16673cb

Please sign in to comment.