🚀 docker action

This commit is contained in:
MartialBE 2023-12-02 22:16:56 +08:00
parent a884c4b0bf
commit 045e2fa139

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- private
- new
env:
# github.repository as <account>/<repo>
@ -43,6 +44,7 @@ jobs:
# generate Docker tags based on the following events/attributes
tags: |
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/private' }}
type=raw,value=new,enable=${{ github.ref == 'refs/heads/new' }}
- name: Build and push
uses: docker/build-push-action@v4