Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Sep 30, 2023
1 parent 7c0596c commit 2d619e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
context: ./images/commons/.
tags: ghcr.io/nolte/vscode-devcontainers/commons:${{ needs.prepare.outputs.image_tag }}
outputs: type=docker,dest=/tmp/commons.tar
load: true


push: true
- name: Upload artifact
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Push to GitHub Packages
uses: docker/build-push-action@v5.0.0
with:
load: true

context: ./images/devops/.
tags: ghcr.io/nolte/vscode-devcontainers/devops:${{ needs.prepare.outputs.image_tag }}
build-args: FROM_IMAGE_VERSION=${{ needs.prepare.outputs.image_tag }}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
tags: ghcr.io/nolte/vscode-devcontainers/commons-golang:${{ needs.prepare.outputs.image_tag }}
outputs: type=docker,dest=/tmp/commons-golang.tar
build-args: FROM_IMAGE_VERSION=${{ needs.prepare.outputs.image_tag }}
load: true


push: true
- name: Upload artifact
Expand Down Expand Up @@ -164,6 +164,6 @@ jobs:
context: ./images/python/.
tags: ghcr.io/nolte/vscode-devcontainers/python:${{ needs.prepare.outputs.image_tag }}
build-args: FROM_IMAGE_VERSION=${{ needs.prepare.outputs.image_tag }}
load: true


push: true

0 comments on commit 2d619e4

Please sign in to comment.