Removed versioning

This commit is contained in:
2024-08-17 11:42:11 -05:00
parent 9745429f6d
commit 76c5a00aa2

View File

@@ -1,7 +1,7 @@
name: Create and publish a Docker image for Linux name: Create and publish a Docker image for Linux
on: on:
release: - push
types: ["published"] - workflow_dispatch
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
GITHUBUSER: ${{ github.repository_owner }} GITHUBUSER: ${{ github.repository_owner }}
@@ -38,4 +38,3 @@ jobs:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
tags: | tags: |
${{ env.REGISTRY }}/${{ env.GITHUBUSER }}/${{ env.IMAGE_NAME }}:latest ${{ env.REGISTRY }}/${{ env.GITHUBUSER }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.GITHUBUSER }}${{ env.IMAGE_NAME }}:${{ github.ref_name }}