Skip to content

Commit

Permalink
Workflows #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina Shumann committed Nov 11, 2024
1 parent b8da1bc commit 6dcd487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
with:
images: |
screepers/${{ env.IMAGE_NAME }}
${{ env.IMAGE_NAME }}
ghcr.io/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@94d76d3bc1409736cb5dc1ada9502bec3a72973c
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
os: [linux, darwin, windows]
arch: [amd64, arm, arm64]
eclude:
exclude:
- os: windows
arch: arm
- os: darwin
Expand Down

0 comments on commit 6dcd487

Please sign in to comment.