Removed versioning
This commit is contained in:
7
.github/workflows/docker-image-linux.yml
vendored
7
.github/workflows/docker-image-linux.yml
vendored
@@ -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 }}
|
||||||
@@ -37,5 +37,4 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
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 }}
|
|
||||||
Reference in New Issue
Block a user