Compare commits
No commits in common. "9a008465c6c074b14d49509dac4a68a919d0a99c" and "7a6ac421b441670796e98ba8057e27f47a5752e8" have entirely different histories.
9a008465c6
...
7a6ac421b4
1 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ on:
|
|||
jobs:
|
||||
install:
|
||||
name: Install
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -15,11 +15,11 @@ jobs:
|
|||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.GITHUB_SERVER_URL }}
|
||||
username: ${{ env.GITHUB_REPOSITORY_OWNER }}
|
||||
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: git.palko.ca/${{ env.GITHUB_REPOSITORY }}:latest
|
||||
tags: baobeld/rusty-database-scripts:latest
|
||||
Loading…
Add table
Reference in a new issue