This commit is contained in:
Matt Borgerson 2022-02-28 16:26:22 -07:00
parent b9980e8f4c
commit 37fc1b7ef1
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v2
with:
context: test-container
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

View File

@ -54,7 +54,7 @@ RUN /usr/src/nxdk/docker_entry.sh make -C /test-xbe
#
# Build final test container
#
FROM run-container-base
FROM run-container-base AS test-container
RUN useradd -ms /bin/bash user