Skip to content

Commit

Permalink
Match olbase gha to example docker hub action
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini committed Jan 2, 2025
1 parent 5594cda commit 376cd5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/olbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
with:
submodules: true

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

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

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# If on master, use the latest tag, otherwise use the branch name
- name: Master Build and push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 376cd5a

Please sign in to comment.