Skip to content

Commit

Permalink
Change base container
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksejZhmulin committed Oct 17, 2023
1 parent 29c4c1b commit a2a3466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME

- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin

- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME

- name: Push image
run: |
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/$IMAGE_NAME
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM embox/emdocker as build
FROM ghcr.io/embox/emdocker/emdocker:latest as build

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
Expand Down

0 comments on commit a2a3466

Please sign in to comment.