Skip to content

Commit

Permalink
Feature/dockerfile (#6)
Browse files Browse the repository at this point in the history
incorrect varname
  • Loading branch information
dblane-digicatapult authored Aug 8, 2022
1 parent 9142e2a commit 9984908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ jobs:
- name: Login to Dockerhub Container Registry
uses: docker/login-action@v1
with:
username: ${{ secrets.DSBD_DOOCKERHUB_USERNAME }}
password: ${{ secrets.DSBD_DOOCKERHUB_TOKEN }}
username: ${{ secrets.DSBD_DOCKERHUB_USERNAME }}
password: ${{ secrets.DSBD_DOCKERHUB_TOKEN }}
- name: Publish multi-arch image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 9984908

Please sign in to comment.