Skip to content

Commit

Permalink
MNES-1021 fix pipeline dockerhub upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina Geesen-Stucky committed Jun 24, 2024
1 parent 7b23945 commit 29193e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: mnestix-browser
IMAGE_TAG: latest
# Update the version manually
IMAGE_TAG_VERSION: 0.1.0
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into docker hub
if: github.event_name != 'pull_request'
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
uses: docker/login-action@v3
with:
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASS }}
Expand Down

0 comments on commit 29193e1

Please sign in to comment.