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
on:
release:
types: ["published"]
- push
- workflow_dispatch
env:
REGISTRY: ghcr.io
GITHUBUSER: ${{ github.repository_owner }}
@@ -37,5 +37,4 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
${{ env.REGISTRY }}/${{ env.GITHUBUSER }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.GITHUBUSER }}${{ env.IMAGE_NAME }}:${{ github.ref_name }}
${{ env.REGISTRY }}/${{ env.GITHUBUSER }}/${{ env.IMAGE_NAME }}:latest