Skip to content

Commit 21a0f8a

Browse files
committed
Try docker/build-push-action@v2 again
1 parent 4be202c commit 21a0f8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Deploy to staging
2-
environment: staging
32
on:
43
push:
54
branches:
65
- chore/github-actions
76
jobs:
87
push_to_registry:
8+
environment: staging
99
name: Push Docker image to Docker Hub
1010
runs-on: ubuntu-latest
1111
steps:
@@ -25,6 +25,6 @@ jobs:
2525
file: ./Dockerfile
2626
pull: true
2727
push: true
28-
tags: ${{ secrets.DOCKER_USERNAME }}/p5.js-web-editor-staging:${{ GITHUB_SHA }}
28+
tags: ${{ secrets.DOCKER_USERNAME }}/p5.js-web-editor-staging:${{ github.sha }}
2929
target: production
3030

0 commit comments

Comments
 (0)