Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
feat: remove release build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed Oct 14, 2023
1 parent 9b657da commit f3dd4f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
context: ./ubuntu
file: ./ubuntu/Dockerfile.${{ matrix.release }}
push: true
build-args: |
RELEASE=${{ matrix.release }}
tags: |
${{ secrets.REGISTRY_HUB_USERNAME }}/molecule-ubuntu:${{ matrix.release }}
${{ secrets.REGISTRY_HUB_USERNAME }}/molecule-ubuntu:${{ matrix.release }}-${{ env.BUILD_ID }}
4 changes: 1 addition & 3 deletions ubuntu/Dockerfile.jammy
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
ARG RELEASE="jammy"

FROM public.ecr.aws/ubuntu/ubuntu:${RELEASE}
FROM public.ecr.aws/ubuntu/ubuntu:jammy

RUN set -ex ; \
export DEBIAN_FRONTEND=noninteractive; \
Expand Down

0 comments on commit f3dd4f8

Please sign in to comment.