Clansty 2022-03-04 19:59:13 +08:00
parent 109346f77f
commit 4a55797bad
No known key found for this signature in database
GPG Key ID: 05F8479BA63A8E92
1 changed files with 2 additions and 3 deletions

View File

@ -45,9 +45,6 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Pull old container
run: docker pull ghcr.io/clansty/q2tg:raincandy
- name: Build and push
uses: docker/build-push-action@v2
with:
@ -55,3 +52,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max