Skip to content

Commit

Permalink
Fixed daily docker dev image workflow (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson authored Feb 18, 2025
1 parent 48977b6 commit a077585
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_and_upload_docker_image_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
DOCKER_UPLOADER_PASSWORD:
required: true

concurrency: # Cancel previous workflows on the same pull request
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
release-image:
name: Build and Upload Docker Image of Current Dev Branch to GHCR
Expand Down

0 comments on commit a077585

Please sign in to comment.