Browse Source

docker.yml: Set latest to auto to tag release version (#3581)

pull/3593/head
mayampi01 4 months ago committed by GitHub
parent
commit
36f427f22b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/docker.yml

2
.github/workflows/docker.yml

@ -19,7 +19,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository_owner }}/xray-core
flavor: latest=true
flavor: latest=auto
tags: |
type=sha
type=ref,event=branch

Loading…
Cancel
Save