Skip to content

Commit 8b9349e

Browse files
committed
Restore workflow
1 parent 57161b4 commit 8b9349e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pullrequest_workflow.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,17 @@ jobs:
3939
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4040

4141
- name: Build and push Docker image
42-
uses: docker/build-push-action@v4.1.1
42+
uses: docker/build-push-action@v3.1.0
4343
with:
4444
context: .
4545
file: Dockerfile
4646
push: false
4747
pull: true
48+
github-token: ${{ secrets.GITHUB_TOKEN }}
4849
tags: ${{ steps.meta.outputs.tags }}
4950
labels: ${{ steps.meta.outputs.labels }}
5051
ssh: |
5152
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

Comments
 (0)