Skip to content

Commit

Permalink
update docker/build-push-action and rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Feb 8, 2023
1 parent 2e78f12 commit 180c239
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
push_explorer_to_registry:
name: Push Docker image to GitHub Packages
name: Push explorer image to GitHub Packages
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: explorer
push: true
Expand All @@ -53,7 +53,7 @@ jobs:
cache-to: type=gha,mode=max

push_builder_to_registry:
name: Push Docker image to GitHub Packages
name: Push builder image to GitHub Packages
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: builder
push: true
Expand Down

0 comments on commit 180c239

Please sign in to comment.