Skip to content

Commit

Permalink
faet:action自动更新dockerhub latest标签
Browse files Browse the repository at this point in the history
  • Loading branch information
lanyi1998 committed Jun 4, 2023
1 parent afb365c commit 3f0a246
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/docker_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,12 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

- name: Build and push Docker image
uses: docker/build-push-action@v2 # docker build & push
with:
context: .
push: true
tags: latest
labels: latest

0 comments on commit 3f0a246

Please sign in to comment.