File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,23 @@ jobs:
2626 push : true
2727 tags : hackduke/blueride-mailer:latest
2828
29- push_to_registry_arm64 :
30- name : Push Docker image to Docker Hub (ARM64)
31- runs-on : self-hosted
32- steps :
33- - name : Check out the repo
34- uses : actions/checkout@v4
29+ # push_to_registry_arm64:
30+ # name: Push Docker image to Docker Hub (ARM64)
31+ # runs-on: self-hosted
32+ # steps:
33+ # - name: Check out the repo
34+ # uses: actions/checkout@v4
3535
36- - name : Log in to Docker Hub
37- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
38- with :
39- username : ${{ secrets.DOCKER_USERNAME }}
40- password : ${{ secrets.DOCKER_PASSWORD }}
36+ # - name: Log in to Docker Hub
37+ # uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
38+ # with:
39+ # username: ${{ secrets.DOCKER_USERNAME }}
40+ # password: ${{ secrets.DOCKER_PASSWORD }}
4141
42- - name : Build and push Docker image
43- uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
44- with :
45- context : .
46- file : ./Dockerfile
47- push : true
48- tags : hackduke/blueride-mailer:latest
42+ # - name: Build and push Docker image
43+ # uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
44+ # with:
45+ # context: .
46+ # file: ./Dockerfile
47+ # push: true
48+ # tags: hackduke/blueride-mailer:latest
You can’t perform that action at this time.
0 commit comments