We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3a179 commit ef4d45eCopy full SHA for ef4d45e
.github/workflows/docker.yml
@@ -29,15 +29,15 @@ jobs:
29
with:
30
images: vxrpenter/scptoolsbot
31
32
- - name: Build and push Docker image
33
- id: push
34
- uses: docker/build-push-action@v6
+ - name: Build & push Docker image
+ uses: mr-smithers-excellent/docker-build-push@v6
35
36
- context: .
37
- file: ./Dockerfile
38
- push: true
+ image: vxrpenter/scptoolsbot
+ registry: docker.io
39
tags: ${{ steps.meta.outputs.tags }}
40
labels: ${{ steps.meta.outputs.labels }}
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
41
42
- name: Generate artifact attestation
43
uses: actions/attest-build-provenance@v2
0 commit comments