Skip to content

Commit

Permalink
only build on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nkowenski committed Oct 26, 2024
1 parent aabe9f7 commit 04c5cb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Docker build images on tag
name: Build&Push Images
on: [push]
# push:
# tags:
# - '*'
on:
push:
tags:
- '*'
# echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
# echo "Tag name from github.ref_name: ${{ github.ref_name }}"

Expand Down

0 comments on commit 04c5cb8

Please sign in to comment.