Skip to content

Commit

Permalink
(2.1.3) fix dockerhub ci
Browse files Browse the repository at this point in the history
commited using @itmr.dev/bump
  • Loading branch information
craftycram committed Apr 30, 2024
1 parent 91b6f85 commit 9611526
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
tags: |
${{ secrets.DOCKER_USERNAME }}/${{ github.repository }}:latest
${{ secrets.DOCKER_USERNAME }}/${{ github.repository }}:${{ github.ref_name }}
${{ secrets.DOCKER_USERNAME }}/${{ github.repository }}:run-${{ github.run_id }}-${{ github.run_attempt }}
${{ secrets.DOCKER_USERNAME }}/${{ github.repository }}:sha-${{ github.sha }}
${{ secrets.DOCKER_USERNAME }}/blaze:latest
${{ secrets.DOCKER_USERNAME }}/blaze:${{ github.ref_name }}
${{ secrets.DOCKER_USERNAME }}/blaze:run-${{ github.run_id }}-${{ github.run_attempt }}
${{ secrets.DOCKER_USERNAME }}/blaze:sha-${{ github.sha }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blaze",
"version": "2.1.2",
"version": "2.1.3",
"description": "blazing fast ci/cd. small rest api service to receive ghcr event hooks to update services running in a dockerized portainer instance",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9611526

Please sign in to comment.