Skip to content

Commit

Permalink
Fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyun committed Apr 7, 2024
1 parent c9a4923 commit 107a873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rlespinasse/github-slug-action@v4
- id: meta
uses: docker/metadata-action@v5
with:
images: cropbox/cropbox
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
Expand All @@ -20,5 +21,4 @@ jobs:
file: .binder/Dockerfile
platforms: linux/amd64,linux/arm64
build-args: REPO_DIR=/home/Cropbox.jl
push: true
tags: cropbox/cropbox:${{ env.GITHUB_REF_SLUG }}
push: true

0 comments on commit 107a873

Please sign in to comment.