mirror of
https://github.com/xemu-project/xemu-test.git
synced 2024-11-23 01:49:40 +00:00
f
This commit is contained in:
parent
b9980e8f4c
commit
37fc1b7ef1
2
.github/workflows/build_docker_image.yml
vendored
2
.github/workflows/build_docker_image.yml
vendored
@ -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 }}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user