Merge branch 'master' into dependency-review-action

This commit is contained in:
Aravind Nair
2023-02-28 02:50:35 +05:30
committed by GitHub

View File

@@ -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