Skip to content

Commit 2085328

Browse files
committed
avoid unecessary collisions when merging from main
1 parent 4741a35 commit 2085328

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/publish-docker.yml renamed to .github/workflows/publish-docker-3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/build-push-action@v6
3434
with:
3535
context: .
36-
file: Dockerfile.deploy
36+
file: Dockerfile.deploy3
3737
push: true
3838
tags: |
3939
ghcr.io/python/planetpython-3:${{ github.sha }}-${{ matrix.config.arch }}
File renamed without changes.

0 commit comments

Comments
 (0)