Skip to content

Commit

Permalink
gh-actions: fix some of the warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nikp123 committed Sep 5, 2024
1 parent b35ade3 commit ae0ac67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/docker/archlinux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM archlinux:latest

LABEL org.opencontainers.image.source https://github.com/nikp123/xava
LABEL org.opencontainers.image.source=https://github.com/nikp123/xava

WORKDIR /mnt

Expand Down
2 changes: 1 addition & 1 deletion .github/docker/windows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM archlinux:latest

LABEL org.opencontainers.image.source https://github.com/nikp123/xava
LABEL org.opencontainers.image.source=https://github.com/nikp123/xava

WORKDIR /mnt

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: rm -rf *
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit ae0ac67

Please sign in to comment.