Skip to content

Commit

Permalink
fixed docker hub ref
Browse files Browse the repository at this point in the history
  • Loading branch information
fqjony committed Sep 10, 2024
1 parent e2d76cc commit f4a34b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
with:
fetch-depth: 0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3

- name: Run Development Pipeline
run: make dev-pipeline
# - name: Run Development Pipeline
# run: make dev-pipeline

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v2
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: "fqjony"
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build and push Docker image
Expand All @@ -109,8 +109,8 @@ jobs:
file: ./Dockerfile
push: true
tags: |
udx-worker:${{ needs.test-pipeline.outputs.semVer }}
udx-worker:latest
usabilitydynamics/udx-worker:${{ needs.test-pipeline.outputs.semVer }}
usabilitydynamics/udx-worker:latest
build-args: |
GIT_VERSION=${{ needs.test-pipeline.outputs.semVer }}
Expand Down

0 comments on commit f4a34b2

Please sign in to comment.