Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ekulno committed Feb 21, 2024
1 parent 132a5cb commit 8bfbdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
repository: ${{ secrets.DOCKERHUB_REPOSITORY }}
tag_with_ref: true # Info: https://github.com/docker/build-push-action/tree/releases/v1#tag_with_ref
tag_with_sha: true # Info: https://github.com/docker/build-push-action/tree/releases/v1#tag_with_sha
tags: ${{ GITHUB_REF }}
tags: ${{ env.GITHUB_REF }}
# helm_build_and_publish:
# name: Build and push helm chart
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 8bfbdc5

Please sign in to comment.