Skip to content

Commit

Permalink
Always use latest psp-packages container as base container
Browse files Browse the repository at this point in the history
I still forgot one place where it was using a specific tag that won't exist anyway.
  • Loading branch information
sharkwouter committed Jun 19, 2024
1 parent 821464a commit 089b8ca
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 089b8ca

Please sign in to comment.