Skip to content

Commit

Permalink
Bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Mar 17, 2023
1 parent e8b2d49 commit 561b11e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
if: needs.check-env.outputs.checks == 'true'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
# Calculate the tags to be pushed to the registries.
- name: Calculate image tag names for Dockerhub
if: env.GH_OWNER != ''
id: calculatetagsdhub
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: |
${{ env.DOCKERHUB_OWNER }}/${{ env.REPOSITORY }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
# https://github.com/docker/build-push-action#multi-platform-image
- name: Build and push to Docker Hub
if: env.DOCKERHUB_OWNER != ''
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
Expand All @@ -88,7 +88,7 @@ jobs:

- name: Build and push to Github registries
if: ${{ env.GH_OWNER != '' }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit 561b11e

Please sign in to comment.