Skip to content

Commit

Permalink
Merge pull request #81 from pspdev/fix-docker-build-for-releases
Browse files Browse the repository at this point in the history
Always use latest psp-packages container as base container
  • Loading branch information
sharkwouter committed Jun 19, 2024
2 parents 821464a + 089b8ca commit 05faca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
push: true
tags: ghcr.io/${{ github.repository }}:${{ env.DOCKER_TAG }}
build-args: |
BASE_DOCKER_IMAGE=ghcr.io/${{ github.repository_owner }}/psp-packages:${{ env.DOCKER_TAG }}
BASE_DOCKER_IMAGE=ghcr.io/${{ github.repository_owner }}/psp-packages:latest
- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit 05faca6

Please sign in to comment.