Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed Nov 7, 2022
1 parent 263984c commit 7703858
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
context: ./
push: true
tags: ghcr.io/${{ github.repository }}-qwc2-minimal-base:latest
target: qwc2_base
target: base
- name: Build and push qwc2-minimal-dev
uses: docker/build-push-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# do not push for the moment, to avoid load
# push: true
tags: ghcr.io/${{ github.repository }}-qwc2-minimal-base:${{ github.head_ref }}-${{ github.sha }}
target: qwc2_base
target: base
- name: Build and push qwc2-minimal-dev
uses: docker/build-push-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
context: ./
push: true
tags: ghcr.io/${{ github.repository }}-qwc2-minimal-base:${{ github.ref_name }}
target: qwc2_base
target: base
- name: Build and push qwc2-minimal-dev
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 7703858

Please sign in to comment.