Skip to content

Commit ef4d45e

Browse files
authored
Update docker.yml
Small test for docker compose push
1 parent 4b3a179 commit ef4d45e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
with:
3030
images: vxrpenter/scptoolsbot
3131

32-
- name: Build and push Docker image
33-
id: push
34-
uses: docker/build-push-action@v6
32+
- name: Build & push Docker image
33+
uses: mr-smithers-excellent/docker-build-push@v6
3534
with:
36-
context: .
37-
file: ./Dockerfile
38-
push: true
35+
image: vxrpenter/scptoolsbot
36+
registry: docker.io
3937
tags: ${{ steps.meta.outputs.tags }}
4038
labels: ${{ steps.meta.outputs.labels }}
39+
username: ${{ secrets.DOCKER_USERNAME }}
40+
password: ${{ secrets.DOCKER_PASSWORD }}
4141

4242
- name: Generate artifact attestation
4343
uses: actions/attest-build-provenance@v2

0 commit comments

Comments
 (0)