Skip to content

Commit

Permalink
6th attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-qg committed Apr 7, 2024
1 parent 9e7c873 commit 52a0cf2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,26 @@ jobs:
registry: ghcr.io
workdir: questionsservice/questiongeneratorservice
platforms: linux/arm64
docker-push-wikidataextractorservice:
name: Push wikidata extractor service Docker Image to GitHub Packages
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
needs: [e2e-tests]
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- uses: actions/checkout@v4
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: arquisoft/wiq_es6c/wikidataextractorservice
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: questionsservice/wikidataExtractor
platforms: linux/arm64
docker-push-storequestionservice:
name: Push questions store service Docker Image to GitHub Packages
runs-on: ubuntu-latest
Expand Down

0 comments on commit 52a0cf2

Please sign in to comment.