Skip to content

Commit

Permalink
Fix container name
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieubosquet committed Jan 28, 2021
1 parent 6e701d0 commit b196569
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/githubcr-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish Docker image

on:
push:
branches: [ main ]
release:
types: [ published ]

jobs:
push_to_registries:
Expand Down Expand Up @@ -36,5 +36,5 @@ jobs:
file: ./solid-community-fileserver/solid-community-fileserver.Dockerfile
push: true
tags: |
ghcr.io/matthieubosquet/docker:solid-community-fileserver-${{ env.RELEASE_VERSION }}
ghcr.io/matthieubosquet/docker:solid-community-fileserver-latest
ghcr.io/matthieubosquet/solid-community-fileserver:${{ env.RELEASE_VERSION }}
ghcr.io/matthieubosquet/solid-community-fileserver:latest

0 comments on commit b196569

Please sign in to comment.