Skip to content

Commit

Permalink
Fix: Container tagging missing current tag (#36)
Browse files Browse the repository at this point in the history
* Fix: Container tagging missing current tag

* Update actions.yml

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
damacus and github-actions[bot] committed Feb 13, 2023
1 parent a1960bd commit 13f22fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: |
${{ steps.meta.outputs.tags }}
${{ steps.tag_version.outputs.new_tag }}
labels: ${{ steps.meta.outputs.labels }}

- name: Create a GitHub release
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ outputs:
description: "stdout from mdl"
runs:
using: "docker"
image: "docker://ghcr.io/actionshub/markdownlint:v3.1.0"
image: "docker://ghcr.io/actionshub/markdownlint:v3.1.1"

0 comments on commit 13f22fc

Please sign in to comment.