Skip to content

Commit

Permalink
use v1
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Nov 8, 2024
1 parent 078fbc8 commit e46e13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dapp-esealing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
release-dapp-esealing-image:
uses: concordium/.github/.github/workflows/docker-release-workflow.yaml@main
uses: concordium/.github/.github/workflows/docker-release-workflow.yaml@v1
with:
DOCKER_FILE_PATH: ./examples/eSealing/Dockerfile
DOCKER_CONTEXT: examples/eSealing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dapp-voting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
release-dapp-voting-image:
uses: concordium/.github/.github/workflows/docker-release-workflow.yaml@main
uses: concordium/.github/.github/workflows/docker-release-workflow.yaml@v1
with:
SERVICE_NAME: "dapp-voting"
DOCKER_CONTEXT: "./examples/voting"
Expand Down

0 comments on commit e46e13c

Please sign in to comment.