Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: source-version
id: source-version
run: echo "version=$(cat version)" >> $GITHUB_OUTPUT
- uses: mr-smithers-excellent/docker-build-push@v6
- uses: mr-smithers-excellent/docker-build-push@v7
name: push-container-image
with:
image: go-git-workflows #todo rename to git-workflows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: source-version
id: source-version
run: echo "version=$(cat version)-devel" >> $GITHUB_OUTPUT
- uses: mr-smithers-excellent/docker-build-push@v6
- uses: mr-smithers-excellent/docker-build-push@v7
name: push-container-image
with:
image: go-git-workflows #todo rename to git-workflows
Expand Down
Loading