Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
bugfix: missing docker hub user name in image in docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ismarslomic committed May 21, 2022
1 parent a459bac commit 3b55e34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
google-assistant-broadcast
# list of Docker images to use as base name for tags
ismarslomic/google-assistant-broadcast
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down Expand Up @@ -57,8 +58,7 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/google-assistant-broadcast:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/google-assistant-broadcast:buildcache,mode=max
labels: ${{ steps.meta.outputs.labels }}

# Update Docker Hub repo with description from README.md, see https://github.com/peter-evans/dockerhub-description
- name: Docker Hub Description
Expand Down

0 comments on commit 3b55e34

Please sign in to comment.