Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
debug build (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat authored Nov 16, 2023
1 parent 0934400 commit dce1e31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build Dev Container Image
name: Build & Publish Dev Container
id: docker_build
uses: docker/build-push-action@v5
with:
push: false
load: true
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
tags: 'ghcr.io/${{ github.repository_owner }}/devcontainer:latest'

-
name: Push Dev Container Image
id: docker_push
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit dce1e31

Please sign in to comment.