This commit is contained in:
parent
95a3abfe6e
commit
43d4a6ae21
2 changed files with 2 additions and 2 deletions
|
@ -22,5 +22,6 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
||||
with:
|
||||
context: "{{defaultContext}}:images/actions/act"
|
||||
push: true
|
||||
tags: user/app:latest
|
||||
tags: user/act:latest
|
|
@ -1,5 +1,4 @@
|
|||
FROM registry.access.redhat.com/ubi8/ubi-init
|
||||
LABEL maintainer="snow@euph.email"
|
||||
|
||||
RUN yum -y install nodejs18
|
||||
|
Loading…
Reference in a new issue