Skip to content

Commit

Permalink
switching back to ubuntu 20.04 (in GHA as well as default in Dockerfile)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfichtner committed Feb 7, 2023
1 parent 4e9f330 commit 6181d92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ jobs:
with:
context: .
push: true
build-args: |
PARENT=ubuntu:20.04
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PARENT=ubuntu:22.04
ARG PARENT=ubuntu:20.04
FROM $PARENT

# https://stackoverflow.com/questions/44438637/arg-substitution-in-run-command-not-working-for-dockerfile/56748289#56748289
Expand Down

0 comments on commit 6181d92

Please sign in to comment.