Skip to content

Commit

Permalink
fix: check for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Belphemur authored Mar 7, 2024
1 parent 275f568 commit a71447d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
paths:
- .github/workflows/*.yaml
- .github/workflows/*.yml
- VERSION
- Dockerfile
pull_request:
Expand Down Expand Up @@ -138,4 +138,4 @@ jobs:
build-args: |
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
VCS_REF=$(git rev-parse --short HEAD)
VERSION=${{ steps.version.outputs.version }}
VERSION=${{ steps.version.outputs.version }}

0 comments on commit a71447d

Please # to comment.