Skip to content

Commit

Permalink
Testing docker labels/tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 9, 2024
1 parent 1c46398 commit 5fcfef4
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 @@ -50,15 +50,15 @@ jobs:

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

- name: Build Docker image
uses: docker/build-push-action@master
with:
platforms: linux/${{ matrix.arch }}
context: .
file: docker/Dockerfile
push: true
#${{ github.ref == 'master' }}
#${{ github.ref == 'master' }}
labels: ${{ steps.meta.outputs.labels }}
tags: cadabra2-jupyter-${{ matrix.arch }}:latest
outputs: type=docker,dest=cadabra2-jupyter-${{ matrix.arch }}.tar
Expand All @@ -67,4 +67,4 @@ jobs:
uses: actions/upload-artifact@main
with:
name: cadabra2-jupyter-${{ matrix.arch }}
path: cadabra2-jupyter-${{ matrix.arch }}.tar
path: cadabra2-jupyter-${{ matrix.arch }}.tar

0 comments on commit 5fcfef4

Please sign in to comment.