add push #58

Merged
erichardson merged 1 commits from erichardson-patch-1 into master 2024-03-07 08:34:30 +00:00

View File

@@ -32,6 +32,8 @@ jobs:
images: |
harbor.evanshome.io/library/py-eagle-mqtt
# generate Docker tags based on the following events/attributes
flavor: |
latest=true
tags: |
type=schedule
type=ref,event=branch
@@ -54,6 +56,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./Docker/
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}