Skip to content

Commit

Permalink
update build context and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Aug 31, 2024
1 parent bf358a8 commit 2d5600e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker image build
name: Docker image build - base OS

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:

- name: Docker Setup Buildx
uses: docker/[email protected]
env:
env:
DOCKER_CONFIG: docker/baseos/gcc1120

- name: Login to Docker Hub
Expand All @@ -33,5 +33,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:docker/baseos/gcc1120"
push: true
tags: user/app:latest
tags: ngeetropics/baseos:testbuild

0 comments on commit 2d5600e

Please sign in to comment.