Skip to content

Commit

Permalink
Fix Error in image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWright1324 authored May 31, 2024
1 parent 5bda8d2 commit e894e0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true

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

Expand All @@ -34,4 +36,4 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/${{ env.REPO_LC }}:latest
tags: ghcr.io/${{ env.REPO_LC }}:latest

0 comments on commit e894e0a

Please sign in to comment.