diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index be4cc60..92473df 100755 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -42,7 +42,7 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ${{ env.REPO }}:${{ github.event.release.name }},${{ env.REPO }}:latest + tags: ${{ env.REPO }}:${{ github.event.release.name }},${{ env.REPO }}:latest,${{ env.REPO }}:dev if: github.event_name == 'release' && github.event.action == 'published' - name: Build and push image dev @@ -53,4 +53,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: ${{ env.REPO }}:dev - if: github.event_name == 'workflow_dispatch' \ No newline at end of file + if: github.event_name == 'workflow_dispatch'