From 0a6b247765ad6b085c7f90dc2a4b26c6afb423a2 Mon Sep 17 00:00:00 2001 From: derfenix Date: Mon, 3 Apr 2023 18:40:34 +0300 Subject: [PATCH] Fix github actions --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 64a8869..91cf23e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 @@ -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 }}