From 0bbe694857ba638f02cb2c9fbbb16a89bccf9ad8 Mon Sep 17 00:00:00 2001 From: aceberg <1502200+aceberg@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:38:06 +0700 Subject: [PATCH] Action for ARM - 3 --- .github/workflows/arm-docker-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/arm-docker-publish.yml b/.github/workflows/arm-docker-publish.yml index 336f826..f6114dd 100644 --- a/.github/workflows/arm-docker-publish.yml +++ b/.github/workflows/arm-docker-publish.yml @@ -14,7 +14,7 @@ on: env: IMAGE_NAME: watchyourlan - TAGS: arm, arm-latest, arm-v0.7.2 + TAGS: latest, v0.7.2 jobs: @@ -52,7 +52,7 @@ jobs: uses: docker/metadata-action@v4 with: # list of Docker images to use as base name for tags - images: ${{ github.actor }}/${{ env.IMAGE_NAME }} + images: ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }} # Docker tags based on the following events/attributes tags: ${{ env.TAGS }} @@ -62,5 +62,5 @@ jobs: context: . platforms: linux/arm/v7 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta1.outputs.tags }} + tags: ${{ env.TAGS }} labels: ${{ steps.meta1.outputs.labels }} \ No newline at end of file