diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 5ff8dd2..dd204d6 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -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 \ No newline at end of file + tags: user/act:latest \ No newline at end of file diff --git a/images/base/Dockerfile b/images/actions/act/Dockerfile similarity index 71% rename from images/base/Dockerfile rename to images/actions/act/Dockerfile index b1c02d9..c547f7c 100644 --- a/images/base/Dockerfile +++ b/images/actions/act/Dockerfile @@ -1,5 +1,4 @@ FROM registry.access.redhat.com/ubi8/ubi-init -LABEL maintainer="snow@euph.email" RUN yum -y install nodejs18