Skip to content

Commit

Permalink
Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebucatnetzer authored Aug 26, 2024
1 parent bff5d97 commit 4c9d052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build image $IMAGE_NAME
# run: docker buildx build --tag $IMAGE_NAME --platform linux/amd64 .
run: docker buildx build --tag $IMAGE_NAME --platform linux/arm64 .
env:
IMAGE_NAME: nextcloud-smb
Expand Down

0 comments on commit 4c9d052

Please sign in to comment.