Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Jul 2, 2024
1 parent 63ea27f commit 55298ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Check out
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand All @@ -35,4 +38,4 @@ jobs:
with:
context: ${{ matrix.image.name }}
push: true
tags: "latest"
tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.image.name }}

0 comments on commit 55298ea

Please sign in to comment.