Skip to content

Commit

Permalink
Merge pull request #29 from waywardmonkeys/update-ci
Browse files Browse the repository at this point in the history
ci: Update various actions to current versions.
  • Loading branch information
SanderMertens authored Dec 6, 2023
2 parents c4a8f67 + 305b680 commit 5125285
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Docker Build
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build image and push to Docker Hub and GitHub Container Registry
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
tags: sandermertens/flecs.explorer:latest
Expand Down

0 comments on commit 5125285

Please sign in to comment.