Skip to content

Commit 458d629

Browse files
author
Wes Shaddix
committed
attempted fix to github workflow file
1 parent 89bb464 commit 458d629

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-docker-image.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Set up Docker Buildx
13-
- uses: docker/setup-buildx-action@v3
13+
uses: docker/setup-buildx-action@v3
1414

1515
- name: Login to Docker Hub
16-
- uses: docker/login-action@v3
17-
- with:
16+
uses: docker/login-action@v3
17+
with:
1818
username: ${{ secrets.DOCKERHUB_USERNAME }}
1919
password: ${{ secrets.DOCKERHUB_TOKEN }}
2020

2121
- name: Build and push
22-
- uses: docker/build-push-action@v6
23-
- with:
22+
uses: docker/build-push-action@v6
23+
with:
2424
push: true
25-
tags: wshaddix/http-nats-proxy:${{github.ref_name}}
25+
tags: wshaddix/http-nats-proxy:${{ github.ref_name }}

0 commit comments

Comments
 (0)