You've already forked wakapi-readme-stats
Merge branch 'master' into CodeQL
This commit is contained in:
5
.github/workflows/build_image.yml
vendored
5
.github/workflows/build_image.yml
vendored
@@ -16,6 +16,9 @@ jobs:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Docker Buildx 🐋
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Log in to the container registry 🚪
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
@@ -39,3 +42,5 @@ jobs:
|
||||
push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/releases') }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
Reference in New Issue
Block a user