Trigger from tagging

This commit is contained in:
James Carnegie
2023-02-09 13:59:16 +00:00
parent 292f7ec3cc
commit 8fd6ca4dda
2 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@ name: Build and push
on: on:
push: push:
branches: tags:
- main - '*'
env: env:
IMAGE_NAME: docker/babashka-pod-docker IMAGE_NAME: docker/babashka-pod-docker
@@ -42,7 +42,7 @@ jobs:
org.opencontainers.image.revision=${{ env.SHA }} org.opencontainers.image.revision=${{ env.SHA }}
tags: | tags: |
latest latest
0.1.0 ${{github.ref_name}}
# Build and push Docker image with Buildx (don't push on PR) # Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action # https://github.com/docker/build-push-action

View File

@@ -2,8 +2,8 @@ name: Release
on: on:
push: push:
branches: tags:
- main - '*'
jobs: jobs:
releases-matrix: releases-matrix: