Skip to content

Commit

Permalink
ci: Docker publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 6, 2024
1 parent ee5c55c commit ae51082
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ jobs:
docker-linux:
needs: [build, native_linux]
runs-on: ubuntu-latest
env:
DOCKER_SRC: fcli-other/fcli-docker/linux
steps:
- name: Check-out source code
uses: actions/checkout@v4
Expand All @@ -268,6 +266,7 @@ jobs:

- name: Build Linux images
run: |
export DOCKER_SRC=fcli-other/fcli-docker/linux
tar -zxvf ./artifacts/release-assets/fcli-linux.tgz -C ${DOCKER_SRC}
cd ${DOCKER_SRC}
docker build . --target fcli-scratch -t fcli-scratch
Expand Down

0 comments on commit ae51082

Please sign in to comment.