Update docker_update.yml

This commit is contained in:
YueeLi 2024-06-05 12:54:06 +08:00 committed by GitHub
parent 1e50ce8473
commit e6313bf1a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,16 +20,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
with:
images: lllyuee/azure
tags: |
type=raw,value=latest
type=ref,event=tag
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
@ -45,8 +35,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_RESPOSITORY }}:gptlatest
cache-from: type=gha
cache-to: type=gha,mode=max