We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bb464 commit 458d629Copy full SHA for 458d629
.github/workflows/publish-docker-image.yaml
@@ -10,16 +10,16 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Set up Docker Buildx
13
- - uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v3
14
15
- name: Login to Docker Hub
16
- - uses: docker/login-action@v3
17
- - with:
+ uses: docker/login-action@v3
+ with:
18
username: ${{ secrets.DOCKERHUB_USERNAME }}
19
password: ${{ secrets.DOCKERHUB_TOKEN }}
20
21
- name: Build and push
22
- - uses: docker/build-push-action@v6
23
+ uses: docker/build-push-action@v6
24
push: true
25
- tags: wshaddix/http-nats-proxy:${{github.ref_name}}
+ tags: wshaddix/http-nats-proxy:${{ github.ref_name }}
0 commit comments