Skip to content

Commit

Permalink
🌱 Add release GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
dumindu committed Feb 14, 2023
1 parent 923b220 commit 28b897c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: learning-cloud-native-go/myapp
images: ghcr.io/learning-cloud-native-go/myapp

- name: Build and push
uses: docker/build-push-action@v4
Expand All @@ -53,6 +53,6 @@ jobs:
file: ./prod.Dockerfile
platforms: linux/amd64,linux/arm64
tags: |
learning-cloud-native-go/myapp:latest
learning-cloud-native-go/myapp:${{github.ref_name}}
ghcr.io/learning-cloud-native-go/myapp:latest
ghcr.io/learning-cloud-native-go/myapp:${{github.ref_name}}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 28b897c

Please sign in to comment.