Skip to content

Commit

Permalink
re-add docker hub publishing for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
scrayos committed Feb 4, 2024
1 parent 69572f4 commit da68756
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
scrayosug/xenos
- name: Build and push Docker image
id: build-and-push
Expand Down

0 comments on commit da68756

Please sign in to comment.