Skip to content

Commit 810e2e4

Browse files
authored
Update docker-image.yml
1 parent bb16f00 commit 810e2e4

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/docker-image.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)