Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Sep 4, 2023
1 parent 8777c0a commit 4806a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
push: true
build-args: APP_VERSION=${{ steps.bump_version.outputs.next-version }}
tags: |
ghcr.io/calaos/calaos/calaos_base:dev
ghcr.io/calaos/calaos/calaos_base:${{ steps.bump_version.outputs.next-version }}
ghcr.io/calaos/calaos_base:dev
ghcr.io/calaos/calaos_base:${{ steps.bump_version.outputs.next-version }}
- name: Create Tag
uses: negz/create-tag@v1
Expand Down

0 comments on commit 4806a65

Please sign in to comment.