Skip to content

Commit

Permalink
Change repository name for docker 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius committed Aug 31, 2023
1 parent 1fd930f commit e59bdb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# the Container registry domain, and a name for the Docker image that this workflow builds.
env:
REGISTRY: ghcr.io
IMAGE_NAME: web-wattrex-Experiments-manager
IMAGE_NAME: web-wattrex-experiments-manager

# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
jobs:
Expand Down Expand Up @@ -74,6 +74,6 @@ jobs:
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
# tags: ${{ env.REGISTRY }}/${{github.repository}}/${{ env.IMAGE_NAME }}:web
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:web
tags: ${{ env.REGISTRY }}/${{github.repository}}/${{ env.IMAGE_NAME }}:web
# tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:web
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit e59bdb7

Please sign in to comment.