Skip to content

Commit

Permalink
Fix error caused by using wrong base image
Browse files Browse the repository at this point in the history
  • Loading branch information
aguslr committed Nov 28, 2023
1 parent 7a060a1 commit f78c151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
workflow_dispatch:

env:
IMAGE_BASE: library/alpine:latest
IMAGE_BASE: library/debian:stable-slim
REPO_NAME: ${{ github.event.repository.name }}
REGISTRY_URL: ${{ github.event_name != 'pull_request' &&
'docker.io' ||
Expand Down

0 comments on commit f78c151

Please sign in to comment.