Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
derfenix committed Apr 3, 2023
1 parent b7533d4 commit 0a6b247
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/learning-cloud-native-go/myapp
images: ghcr.io/derfenix/webarchive

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

0 comments on commit 0a6b247

Please sign in to comment.