Skip to content

Commit

Permalink
Fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
skodapetr committed Mar 7, 2024
1 parent 22de1f5 commit a08313d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Executor
- name: Build
uses: docker/build-push-action@v3
with:
context: ./
file: ./executor/Dockerfile
file: ./Dockerfile
push: true
tags: ghcr.io/datagov-cz/data-validator:${{ github.ref_name }}
cache-from: type=gha
Expand Down

0 comments on commit a08313d

Please sign in to comment.