Skip to content

Commit

Permalink
Try building the 0.61 version to DockerHub, again
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Jun 20, 2023
1 parent 59d4297 commit fc06feb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: "Build for testing"
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v3.2.0
with:
context: .
push: false
tags: test-image
- name: "Test with pytest"
Expand All @@ -37,7 +38,7 @@ jobs:
id: meta
uses: docker/metadata-action@2c0bd771b40637d97bf205cbccdd294a32112176 # v4.5.0
with:
context: .
context: git
images: jinkinen/annif
# images: quay.io/natlibfi/annif
flavor: |
Expand All @@ -49,6 +50,7 @@ jobs:
- name: Build and push to Quay.io
uses: docker/build-push-action@44ea916f6c540f9302d50c2b1e5a8dc071f15cdf # v4.1.0
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit fc06feb

Please sign in to comment.