We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57161b4 commit 8b9349eCopy full SHA for 8b9349e
.github/workflows/pullrequest_workflow.yml
@@ -39,13 +39,17 @@ jobs:
39
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
40
41
- name: Build and push Docker image
42
- uses: docker/build-push-action@v4.1.1
+ uses: docker/build-push-action@v3.1.0
43
with:
44
context: .
45
file: Dockerfile
46
push: false
47
pull: true
48
+ github-token: ${{ secrets.GITHUB_TOKEN }}
49
tags: ${{ steps.meta.outputs.tags }}
50
labels: ${{ steps.meta.outputs.labels }}
51
ssh: |
52
default=${{ env.SSH_AUTH_SOCK }}
53
+
54
+# - name: Build the Docker image
55
+# run: docker build . --file Dockerfile --tag ghcr.io/hyperk/geant4:latest
0 commit comments