Skip to content

Commit

Permalink
Cosmetic improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
0xg0nz0 committed Apr 13, 2024
1 parent b20b788 commit 0ff9b03
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/devcontainer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ on:
- .github/workflows/devcontainer-ci.yml
- images/iggy-cpp-build/.devcontainer/*

env:
DOCKERHUB_REGISTRY_NAME: iggyrs/iggy-cpp-build

permissions: read-all

jobs:
build:
pre-build-container:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -26,11 +29,11 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Pre-build image and run make ci-build in dev container
- name: Pre-build image
uses: devcontainers/ci@v0.3
with:
subFolder: images/iggy-cpp-build
imageName: iggyrs/iggy-cpp-build
cacheFrom: iggyrs/iggy-cpp-build
imageName: ${{ env.DOCKERHUB_REGISTRY_NAME }}
cacheFrom: ${{ env.DOCKERHUB_REGISTRY_NAME }}
platform: linux/amd64,linux/arm64
push: always

0 comments on commit 0ff9b03

Please sign in to comment.