Skip to content

Commit

Permalink
testing14
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Mar 4, 2024
1 parent 73c2ad4 commit 5e38959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-main-in-dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ steps.version.outputs.version }}
VERSION=${{ steps.meta.outputs.version }}
- name: Debug
run: echo ${{ steps.version.outputs.version }}
run: echo ${{ steps.meta.outputs.version }}

deploy:
needs: [ build ]
Expand Down

0 comments on commit 5e38959

Please sign in to comment.